From f668d18d2ec2f0d1677396f232f3760f4f521b70 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Thu, 22 Mar 2012 14:26:41 +0000 Subject: [PATCH] arm: remove hard tabs The only hard tabs remaining in xen/arch/arm and xen/include/asm-arm are now only in .S files and .[ch] imported from Linux Signed-off-by: Ian Campbell Committed-by: Ian Campbell --- xen/arch/arm/domctl.c | 2 +- xen/arch/arm/sysctl.c | 4 ++-- xen/include/asm-arm/numa.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/xen/arch/arm/domctl.c b/xen/arch/arm/domctl.c index d957f218f9..1a5f79fef5 100644 --- a/xen/arch/arm/domctl.c +++ b/xen/arch/arm/domctl.c @@ -13,7 +13,7 @@ long arch_do_domctl(struct xen_domctl *domctl, XEN_GUEST_HANDLE(xen_domctl_t) u_domctl) { - return -ENOSYS; + return -ENOSYS; } /* diff --git a/xen/arch/arm/sysctl.c b/xen/arch/arm/sysctl.c index 50101c7780..e8e1c0de32 100644 --- a/xen/arch/arm/sysctl.c +++ b/xen/arch/arm/sysctl.c @@ -13,9 +13,9 @@ #include long arch_do_sysctl(struct xen_sysctl *sysctl, - XEN_GUEST_HANDLE(xen_sysctl_t) u_sysctl) + XEN_GUEST_HANDLE(xen_sysctl_t) u_sysctl) { - return -ENOSYS; + return -ENOSYS; } /* diff --git a/xen/include/asm-arm/numa.h b/xen/include/asm-arm/numa.h index cffee5cce9..1b060e6ae4 100644 --- a/xen/include/asm-arm/numa.h +++ b/xen/include/asm-arm/numa.h @@ -3,11 +3,11 @@ /* Fake one node for now... */ #define cpu_to_node(cpu) 0 -#define node_to_cpumask(node) (cpu_online_map) +#define node_to_cpumask(node) (cpu_online_map) static inline __attribute__((pure)) int phys_to_nid(paddr_t addr) { - return 0; + return 0; } #endif /* __ARCH_ARM_NUMA_H */ -- 2.30.2